home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  195 b   |  11 lines

  1. on exitFrame
  2.   global givState
  3.   if the userName of givState = EMPTY then
  4.     if the userTitle of givState = EMPTY then
  5.       go("ivOpen")
  6.     else
  7.       go("ivLocation")
  8.     end if
  9.   end if
  10. end
  11.